08. Creating an Android Library

Creating an Android Library

INSTRUCTOR NOTE:

The workflow for creating an Android library has changed a bit since this was filmed. You still go to File > New > New Module… > Android Library. However you don't get the chance to add an activity, so after you add the library, right click on it, and select New > Activity > Blank Activity. You can choose to use a fragment or not.

The code for this demo is in the 4.03-Demo-CreatingAnAndroidLibrary folder.